projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf10ed
)
(struct w32_display_info): Add mouse_face_hidden.
author
Kim F. Storm
<storm@cua.dk>
Sat, 16 Feb 2002 23:58:23 +0000
(23:58 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sat, 16 Feb 2002 23:58:23 +0000
(23:58 +0000)
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index 8f7411cb737bb23bd4bcc10316c80893e17153f7..dee495de0cd867573eb1a821c2d841f899e4fd5a 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-195,6
+195,9
@@
struct w32_display_info
/* Nonzero means defer mouse-motion highlighting. */
int mouse_face_defer;
+ /* Nonzero means that the mouse highlight should not be shown. */
+ int mouse_face_hidden;
+
int mouse_face_image_state;
char *w32_id_name;